home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin me
- sprite(the currentSpriteNum).foreColor = 70
- cursor(280)
- put "I disagree with the above statement, outlining terms and conditions for the use of this CD-Rom. The interface will quit." into member "Infofield"
- end
-
- on mouseLeave me
- sprite(the currentSpriteNum).foreColor = 255
- cursor(0)
- put EMPTY into member "Infofield"
- end
-
- on mouseUp
- quit()
- end
-